correct gui dependency for windows cross compiles.
authortsteven4 <tsteven4@gmail.com>
Mon, 14 Apr 2014 02:09:18 +0000 (02:09 +0000)
committertsteven4 <tsteven4@gmail.com>
Mon, 14 Apr 2014 02:09:18 +0000 (02:09 +0000)
gpsbabel/Makefile.in

index f9f7cf660c2e45329fafdd306a2bd300ab31963d..6178ceb52c659a6b38726fee6783e3b1cd7ca22f 100644 (file)
@@ -381,7 +381,7 @@ mac-release:
        tar cvzf gpsbabel-osx.tgz usr/bin/gpsbabel
        curl -u anonymous:anonymous --upload-file gpsbabel-osx.tgz ftp://upload.sf.net/incoming/
 
-gui: gpsbabel
+gui: gpsbabel$(EXEEXT)
        cd gui ; $(QMAKE) app.pro && make
        cd gui ; $(LUPDATE) app.pro
        cd gui ; $(LRELEASE) app.pro